home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
C⁄C++
/
Xconq 7.0d37
/
source
/
misc
/
word2prop.in
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-02
|
326 b
|
7 lines
|
[
TEXT/R*ch
]
# Translate "WORD" usages into "(add ... PROPERTY ...)" forms wherever found.
/WORD/s/;\([^ ()]*\) \([^ ()]*\) WORD[ ]*$/(add \2 PROPERTY \1)/
/WORD/s/;\([^ ()]\) \((.*)\) WORD[ ]*$/(add \2 PROPERTY \1)/
/WORD/s/;\((.*)\) \([^ ()]*\) WORD[ ]*$/(add \2 PROPERTY \1)/
/WORD/s/;\((.*)\) \((.*)\) WORD[ ]*$/(add \2 PROPERTY \1)/